the-honk/challenges/euler/tsconfig.json

13 lines
292 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "build",
"skipLibCheck": true
},
"files": ["src/**/*.ts"],
"ts-node": {
"transpileOnly": true,
"transpiler": "ts-node/transpilers/swc-experimental"
}
}