2023-09-01 15:20:34 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"strict": true,
|
|
|
|
"target": "esnext",
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"declaration": true,
|
2023-09-01 21:21:56 +00:00
|
|
|
"rootDir": "build",
|
|
|
|
"outDir": "dist/vrml1to97"
|
2023-09-01 15:20:34 +00:00
|
|
|
},
|
|
|
|
"ts-node": {
|
|
|
|
"transpileOnly": true,
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "esnext"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|