fitaiProto/apps/admin/scripts/tsconfig.json
2025-12-12 00:45:08 +01:00

15 lines
329 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "node",
"allowImportingTsExtensions": true,
"noEmit": true
},
"ts-node": {
"transpileOnly": true,
"compilerOptions": {
"module": "CommonJS"
}
}
}