Thomas Gideon
34a930fa5d
- Separate out from old mono repository. - Adjust name including new namespace. - Adjust version to pre-1.0
20 lines
481 B
JSON
20 lines
481 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"incremental": true,
|
|
"isolatedModules": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "esNext",
|
|
"outDir": "./dist/",
|
|
"rootDir": "./src/"
|
|
},
|
|
"exclude": ["dist"],
|
|
"include": ["./src/**/*.ts"]
|
|
}
|