mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:33:26 +00:00
20 lines
441 B
JSON
20 lines
441 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"lib": ["es2020", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"baseUrl": ".",
|
|
"paths": {}
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|