Files
ppc_amnet/amnet-shared/tsconfig.json
T
2024-08-22 09:20:10 +01:00

15 lines
309 B
JSON

{
"compilerOptions": {
"target": "ES2016",
"module": "CommonJS",
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noUncheckedIndexedAccess": true,
"skipLibCheck": true,
"baseUrl": "."
},
"include": ["src/**/*.ts"]
}