mirror of https://github.com/MaxLeiter/Drift
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
489 B
JSON
20 lines
489 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"noUnusedLocals": true,
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"pretty": true,
|
|
"strictNullChecks": true,
|
|
"skipLibCheck": true,
|
|
"strictPropertyInitialization": true
|
|
},
|
|
"include": ["lib/**/*.ts", "index.ts", "src/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|