28 lines
650 B
JSON
28 lines
650 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": false,
|
|
"alwaysStrict": true,
|
|
"target": "es6",
|
|
"rootDir": "./",
|
|
"outDir": "./tmp",
|
|
"baseUrl": "./",
|
|
"module": "commonjs",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"**/*",
|
|
"node_modules/NativeUI/index.ts", "../ReallifeGamemode.Server/Inventory/Items/Cannabis.cs", "../ReallifeGamemode.Server/Business/BoatDealerBusiness.cs"
|
|
],
|
|
"files": [
|
|
"node_modules/NativeUI/index.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|