13 lines
297 B
JSON
13 lines
297 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"outDir": "build",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"transpiler": "ts-node/transpilers/swc-experimental"
|
|
}
|
|
}
|