vrml1to97/tsconfig.json

19 lines
328 B
JSON
Raw Normal View History

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