vrml1to97/tsconfig.json

19 lines
334 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "esnext",
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"declaration": true,
"rootDir": "build",
"outDir": "dist/vrml1to97"
},
"ts-node": {
"transpileOnly": true,
"compilerOptions": {
"module": "esnext"
}
}
}