dyna3/lang-trials/rust/tsconfig.json

16 lines
281 B
JSON
Raw Normal View History

{
"compilerOptions": {
"strict": true,
"jsx": "preserve",
"lib": ["es2021", "dom"],
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true
},
"ts-node": {
"transpileOnly": true,
"compilerOptions": {
"module": "ES2020"
}
}
}